An interface that implements the CloudNimble common pattern for tracking who created an Entity.
public interface ICreatorTrackable<T> where T : struct
T CreatedById { get; set; }
T